Json
interface Json
A helper class that allows converting JavaScript objects into a JSON string and creating JavaScript objects from a JSON string.
When the web page is unloaded, all the JavaScript objects will be automatically disposed. Access to the already disposed JavaScript object will lead to the IllegalStateException
.